home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / memory & system tools / vmm / doc / vmmtools.guide (.txt) < prev    next >
Amigaguide Document  |  1996-04-07  |  3KB  |  85 lines

  1. @database doc/VMMTools.guide
  2. @Node Main "VMM/doc/VMMTools.guide"
  3. @Next "VMMUsage"
  4. The following tools are available for use with VMM:
  5.   @{"  VMMUsage       " Link "VMMUsage"}
  6.   @{"  VMMUsageCLI    " Link "VMMUsageCLI"}
  7.   @{"  VMMStat        " Link "VMMStat"}
  8.   @{"  ReadMMUConfig  " Link "ReadMMUConfig"}
  9.   @{"  ConvVMMCfg     " Link "ConvVMMCfg"}
  10.   @{"  ShowPageSize   " Link "ShowPageSize"}
  11. @EndNode
  12. @Node "VMMUsage" "VMM/doc/VMMTools.guide/VMMUsage"
  13. @Prev "Main"
  14. @Next "VMMUsageCLI"
  15. @Toc "Main"
  16. VMMUsage
  17. VMMUsage  opens a window to display the name of those tasks which have
  18. currently  allocated  any  virtual memory.  This only works if VMM has
  19. been configured to enable 'memory tracking'.  If you change the status
  20. of this option old entries will remain in the list.
  21. VMMUsage also displays the amount of virtual memory used by each task.
  22. The slider gadget determines the update interval for this information.
  23. @EndNode
  24. @Node "VMMUsageCLI" "VMM/doc/VMMTools.guide/VMMUsageCLI"
  25. @Prev "VMMUsage"
  26. @Next "VMMStat"
  27. @Toc "Main"
  28. VMMUsageCLI
  29. VMMUsageCLI does the same as @{"VMMUsage" Link "VMMUsage"} except that it does not open
  30. a window but displays it to the console a single time.
  31. @EndNode
  32. @Node "VMMStat" "VMM/doc/VMMTools.guide/VMMStat"
  33. @Prev "VMMUsageCLI"
  34. @Next "ReadMMUConfig"
  35. @Toc "Main"
  36. VMMStat
  37. VMMStat prints the statistics parameters of VMM to the console once.
  38. @EndNode
  39. @Node "ReadMMUConfig" "VMM/doc/VMMTools.guide/ReadMMUConfig"
  40. @Prev "VMMStat"
  41. @Next "ConvVMMCfg"
  42. @Toc "Main"
  43. ReadMMUConfig
  44. This  tool is used only if you have difficulties in getting VMM to run
  45. on  your  system.  You should NOT run this if VMM works perfectly.  If
  46. you  do  so  anyway,  you have to delete the generated files from your
  47. ENV:   and  ENVARC:   drawers  in  order  not  to  waste memory for an
  48. unnecessary MMU table.
  49. Running  it will take between 10 seconds and 1 minute.  It then writes
  50. a  file  called  'VMM_MMU.config'  to ENV:  and ENVARC:.  This file is
  51. read  by  VMM  upon startup to correctly initialize its MMU table.  If
  52. you specify 'VERBOSE' as an option it will also print this information
  53. in  a  more readable form to the console.  See the 'MMU setup' section
  54. for further details.
  55. Specifying  the 'DEBUG' option will print the page descriptor of every
  56. logical  page.   This results in a huge amount of data and is probably
  57. only  of  use  for  debugging  problems  in conjunction with VMM's MMU
  58. setup.
  59. If  the VMM_MMU.config file is used by VMM there are some
  60. things which do not work as usual as there are:
  61. - Enforcer  does  not work, i.e. it can be installed but it never will
  62.   report any hits.
  63. - The 'FAST ROM' option is ignored. You can circumvent this by running
  64.   ReadMMUConfig with CPU FastROM running.
  65. - The  'Cache Zorro II RAM' option is ignored. It is not needed if you 
  66.   use ReadMMUConfig.
  67. @EndNode
  68. @Node "ConvVMMCfg" "VMM/doc/VMMTools.guide/ConvVMMCfg"
  69. @Prev "ReadMMUConfig"
  70. @Next "ShowPageSize"
  71. @Toc "Main"
  72. ConvVMMCfg
  73. This  tool  can  be  used  to  convert  an  old  style  (pre-3.0)  VMM
  74. configuration  file  to  the  new  format.   It  reads 'VMM.prefs' and
  75. replaces  it  with  the  new style configuration file.  Normally it is
  76. automatically called during the installation process.
  77. @EndNode
  78. @Node "ShowPageSize" "VMM/doc/VMMTools.guide/ShowPageSize"
  79. @Prev "ConvVMMCfg"
  80. @Toc "Main"
  81. ShowPageSize
  82. ShowPageSize  is  only used during the installation process.  It reads
  83. the current MMU configuration and returns the possible pagesizes.
  84. @EndNode
  85.